home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / VIS082S.ARJ / TYPES.PAS < prev    next >
Pascal/Delphi Source File  |  1990-05-27  |  150b  |  17 lines

  1.  
  2.  
  3. unit types;
  4.  
  5. interface
  6.  
  7. type
  8.   anystr=string[255];
  9.   lstr=string[80];
  10.   mstr=string[35];
  11.   sstr=string[15];
  12.  
  13.  
  14. implementation
  15.  
  16. end.
  17.